/* 中间部分 */
.box-shadow {
  /* padding-bottom: 162px; */
  /* */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* 居中 */
.center-mar {
  width: 1200px;
  margin: 0 auto;
}

/* 首页头部 */
.header .margin-center {
  height: 170px;
  background: url(../images/bg_header.jpg) center no-repeat;
}

.header .margin-center .logo {
  width: 500px;
  height: 170px;
  background: url(../images/title.png) left center no-repeat;
  float: left;
}

.header .margin-center .search {
  /*line-height: 150px;*/
  float: right;
  position: relative;
}

.header .margin-center .search input {
  width: 240px;
  height: 100%;
  color: rgb(153, 153, 153);
  border: 1px solid #e6e6e6;
  padding-left: 13px;
  color: #333333;
  font-size: 16px;
  box-sizing: border-box;
}

.header .margin-center .search button {
  width: 60px;
  height: 38px;
  line-height: 38px;
  background: #4293f4;
  color: #fff;
  cursor: pointer
}

.header .margin-center .search .btn {
  width: 100px;
  margin-left: 7px;
  background-color: #ff6d3b;
  position: relative;
  top: 76px;
  height: 41px;
}

.header .btn-group{
  position: absolute;
  top: 13px;
  right: 0;
}

.header .btn-group .bg-icon{
  width: 18px;
  height: 18px;
  display: inline-block;
  cursor: pointer;
}

.header .btn-group .wx-icon{
  background: url("../images/icon_top_weixin_18_18.png");
}

/*.header .btn-group .wx-icon:hover{*/
/*  background: url("../images/icon_info_weixin.png");*/
/*  width: 30px;*/
/*  height: 30px;*/
/*}*/

.header .btn-group .code{
  position: absolute;
  top: 25px;
  z-index: 100;
  left: -60px;
  display: none;
}

.header .btn-group .ewm{
  background: url("../images/icon_top_qr_code_18_18.png");
}

.header .btn-group .bg-icon + .bg-icon{
  margin-left: 7px;
}

.header .nav {
  width: 100%;
  height: 52px;
  /*overflow: hidden;*/
  background-color: #087cd6;
  border-bottom: 5px solid #005495;
  position: relative;
}

.header .nav .nav-list {
  height: 100%;
}

.header .nav .nav-list span {
  display: block;
  width: 240px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  color: #fff;
  cursor: pointer;
  float: left;
  /*font-size: 20px;*/
  font-size: 24px;
}

.nav-menus{
  background-color: #ffffff;
  opacity: 0.9;
  position: absolute;
  z-index: 10;
  top: 227px;
  box-sizing: border-box;
  padding: 0 130px 5px 130px;
  min-height: 90px;
  width: 1200px;
  display: none;
}

.nav-menus li{
  float: left;
  font-size: 20px;
  color: #087cd6;
  font-weight: bold;
}

.nav-menus .menu-item{
  margin: 35px 42px 30px 0;
  cursor: pointer;
}

.nav-list .bold:hover .menus {
  display:block;
}

.nav-trans{
  position: absolute;
  left: 292px;
  top: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #005495;
  /*display: none;*/
}
/* 导航选中 */
.header .nav .nav-list .active {
  background-color: rgb(39, 133, 202);
}

/* 搜 索 */
.search-btn{
  width: 300px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  position: relative;
  top: 76px;
}

.search-btn button{
  border: none;
  height: 100% !important;
}

.search-btn input{
  border: none!important;
}

.search-icon{
  width: 60px;
  height: 42px;
  background-color: #087cd6;
  color: #ffffff;
  text-align: center;
  padding-top: 12px;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  cursor: pointer;
}

/* 其他头部 */
.other-header {
  width: 100%;
  height: 204px;
  background-image: url(../images/bg_top_query_platform.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.other-header .title {
  width: 1200px;
  height: 204px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.other-header .title .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.other-header .title .back {
  position: absolute;
  left: 20px;
  top: 40px;
  cursor: pointer;
}

/* 底部 */
.text-center {
  text-align: center;
}

.footer {
  margin-top: 46px;
  width: 1160px;
  background-color: #ffffff;
  padding: 0 20px;
  /* position: fixed; */
  /* bottom: 0; */
  overflow: hidden;
}

.footer .line {
  width: 100%;
  height: 6px;
  background-color: #087cd6;
}

.footer .com {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
}

.footer p {
  color: #999;
}

.footer .yqts li{
  display: inline-block;
  font-size: 16px;
  color: #087cd6;
  font-weight: bold;
  cursor: pointer;
}

.footer .big{
  font-size: 20px;
}

.footer .yqts .mt{
  position: relative;
  top: -13px;
}

.footer .yqts .ml1{
  margin-left: 36px;
}

.footer .yqts .ml2{
  margin-left: 26px;
}

/* 清除浮动 */
.clearfix:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* margin padding */
.pb-10 {
  padding-bottom: 10px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pd-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.ml-mr {
  margin-left: 150px;
  margin-right: 110px;
}

.margin-3 {
  margin: 3px 0;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-18 {
  margin-left: 18px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-80 {
  margin-left: 80px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
  min-height: 240px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-26 {
  margin-top: 26px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-85 {
  margin-bottom: 85px;
}

/* font-size */

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-48 {
  font-size: 48px;
}

/* font-weight */

.bold {
  font-weight: bold;
}

/* line-height */

.line-1-5 {
  line-height: 1.5;
}

.line-2 {
  line-height: 2;
}

.line-48 {
  line-height: 48px;
}

/* color */
.color-fff {
  color: #ffffff;
}

.color-333 {
  color: #333333 !important;
}

.color-555 {
  color: #555555;
}

.color-666 {
  color: #666666 !important;
}

.color-999 {
  color: #999999;
}

.color-ccc {
  color: #cccccc;
}

.color-4293f4 {
  color: #4293f4!important
}

.color-087cd6 {
  color: #087cd6!important
}

.color-ff6a6a {
  color: #ff6a6a !important;
}

/* background-color */

.back-color-fff {

  background-color: #ffffff;
}

.back-color-7fabea {
  background-color: #7fabea;
}

.back-color-fafafa {
  background-color: #fafafa;
}

.back-color-58c1ba {
  background-color: #58c1ba;
}

.back-color-fbb871 {
  background-color: #fbb871;
}

.back-color-ebf4fb {
  background-color: #ebf4fb !important;
}

/* border */
.border-dotted-bt {
  border-bottom: 2px dotted #ebebeb;
}

.border-bottom {
  border-bottom: 1px solid #f1f1f1;
}

/* cursor */

.pointer {
  cursor: pointer;
}

/* width */
.w-530 {
  width: 530px;
}

/* height */
.h-50 {
  height: 50px;
}

/* line-height */
.line-50 {
  line-height: 50px;
}

.h-40 {
  height: 40px;
}

/* line-height */
.line-40 {
  line-height: 40px;
}

.display-inline-block{
  display: inline-block;
}

/* float */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.w-100 {
  width: 100%;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* span,img水平对齐 */
.vertical-middle {
  vertical-align: middle;
}

.vertical-top {
  vertical-align: top;
}

.button {
  width: 120px;
  height: 40px;
  background: #ebf4fb;
  outline: none;
  border: none;
  color: #4293f4;
  font-size: 16px;
  cursor: pointer;
}

.btn1-bg {
  background: #4293f4;
}

.btn1-bg:hover {
  background: #4ba7f4;
}

.btn2-bg {
  background-color: #a8b5c4;
}

.btn2-bg:hover {
  background-color: #bababa;
}

.button + .button {
  margin-left: 18px;
}

input:-ms-input-placeholder {
  color: #999999;
}

.query span{
  position: relative;
  top: -2px;
}

.query img{
  position: relative;
  top: -3px;
}

.search-btn input::-webkit-input-placeholder, .aa input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.search-btn input::-moz-placeholder, .aa input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.search-btn input:-moz-placeholder, .aa input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc;
  font-size: 16px;
}

input:-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc;
  font-size: 16px;
}

.red {
  color:red;
}

span.itemName {
  cursor: pointer;
}

span.itemName:hover {
  color: #4293f4 !important;
}
